Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

FLAC__StreamMetadata_SeekPoint Struct Reference
[FLAC/format.h: format components]

#include <format.h>

List of all members.

Public Attributes

FLAC__uint64 sample_number
FLAC__uint64 stream_offset
unsigned frame_samples


Detailed Description

SeekPoint structure used in SEEKTABLE blocks. (c.f. format specification)


Member Data Documentation

FLAC__uint64 FLAC__StreamMetadata_SeekPoint::sample_number
 

The sample number of the target frame.

FLAC__uint64 FLAC__StreamMetadata_SeekPoint::stream_offset
 

The offset, in bytes, of the target frame with respect to beginning of the first frame.

unsigned FLAC__StreamMetadata_SeekPoint::frame_samples
 

The number of samples in the target frame.


The documentation for this struct was generated from the following file:
Generated on Sat Jan 25 10:44:51 2003 for FLAC by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002